docs: update local-* target references to kind-* equivalents#1184
Merged
Gkrumbach07 merged 1 commit intomainfrom Apr 8, 2026
Merged
docs: update local-* target references to kind-* equivalents#1184Gkrumbach07 merged 1 commit intomainfrom
Gkrumbach07 merged 1 commit intomainfrom
Conversation
Replace deprecated Makefile target names with their kind equivalents across documentation files. CRC-specific content is intentionally left unchanged as those targets remain valid for OpenShift Local. Mapping: local-up→kind-up, local-clean→kind-down, local-rebuild→kind-rebuild, local-reload-*→kind-reload-* Closes #1080 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
Circuit breaker triggered (retry_count=3)This PR has been checked 3 times with no actionable issues found. All CI checks pass, there are no merge conflicts, and no review comments to address. The PR is blocked only on required human review approval. Swapping to |
Gkrumbach07
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
local-*Makefile target names withkind-*equivalents across 6 documentation fileslocal-up→kind-up,local-clean→kind-down,local-rebuild→kind-rebuild,local-reload-backend→kind-reload-backend,local-reload-frontend→kind-reload-frontend,local-reload-operator→kind-reload-operatorcrc.md, CRC sections inREADME.md,manifests/README.md) intentionally left unchangedFiles changed
tests/README.md— 5 replacementsdocs/internal/developer/local-development/kind.md— 2 replacementsdocs/internal/developer/README.md— 2 replacementscomponents/README.md— 4 replacementsdocs/internal/architecture/diagrams/deployment-stack.mmd— 2 replacementsdocs/internal/architecture/diagrams/component-structure.mmd— 2 replacementsCloses #1080
Test plan
🤖 Generated with Claude Code